home *** CD-ROM | disk | FTP | other *** search
/ Psygnosis Promotional CD-ROM for E3 1998 / Psygnosis Promotional CD-ROM for E3 1998.iso / introseq.dir / 00021_Script_exit frame < prev    next >
Text File  |  1998-05-08  |  236b  |  10 lines

  1. global baseCount, gAction
  2. -----------------------------------
  3. on exitFrame
  4.   if (gAction = 1) OR (gAction = 3) OR (gAction = 4) OR (gAction = 6) OR (gAction = 7) then fly
  5.   set baseCount = baseCount + 1
  6.   go to the frame
  7. end
  8.  
  9.  
  10.